Stats for

". "". "". "". "". "". "". "
Statistics by Year
"70") { $pdate = "19".$pdate; } else { $pdate = "20".$pdate; } $conf = substr($stat, 0, 1); $parr[$pdate][$conf]++; } else // starts with P so it's a Program Committee stat { $pdate = substr($stat, 2, 2); if ($pdate > "70") { $pdate = "19".$pdate; } else { $pdate = "20".$pdate; } $parr[$pdate][substr($stat, 0, 2)] = $stat; } } reset($parr); // Now go through array and make bar graph by years in sorted order // ksort($parr); reset($parr); $lyear = 0; while (list($year, $confs) = each($parr)) { // output blank lines for intervening years if ($lyear == 0) $lyear = (integer)$year; else while ((integer)$year - $lyear > 1) { $lyear++; echo "\n\t\t". "\n\t\t"; echo "". ""; } $lyear = (integer)$year; // output current year in first column of table // echo "\n\t\t". "\n\t\t\n\t\t"; // output acceptances statistics echo ""; $lyear = $year; } /* We no longer mark inactive guys since Mihir felt it was insulting. // mark if inactive if (((integer)$curr_year - (integer)$lyear) > $inactive) { echo "". "\n"; } */ echo "
  Accept Rate Program Committee
 PublicationsEurocryptCrypto EurocryptCrypto
". "$lyear". "". ""; $slyear = (string)$lyear; if (isset($accept[$slyear]["E"])) echo $accept[$slyear]["E"]; else echo " "; echo ""; if (isset($accept[$slyear]["C"])) echo $accept[$slyear]["C"]; else echo " "; echo "  
". "$year"; // process eurocrypt papers for ($i = 0; $i < (integer)$parr[$year]["E"]; $i++) { if ((integer)$parr[$year]["E"] > 0) echo ""; echo ""; } // process crypto papers for ($i = 0; $i < (integer)$parr[$year]["C"]; $i++) { if ((integer)$parr[$year]["C"] > 0) echo ""; echo ""; } // always output a little white in case there were no pubs echo ""; echo ""; if (isset($accept[$year]["E"])) echo $accept[$year]["E"]; else echo " "; echo ""; if (isset($accept[$year]["C"])) echo $accept[$year]["C"]; else echo " "; echo ""; // output PC info if (substr($parr[$year]["PE"], 1, 1) == "E") { if (substr($parr[$year]["PE"], 4, 1) == "*") { echo ""; } else echo ""; } else echo " "; echo ""; if (substr($parr[$year]["PC"], 1, 1) == "C") { if (substr($parr[$year]["PC"], 4, 1) == "*") { echo ""; } else echo ""; } else echo " "; echo "
 No further activity...    
". "". " = 1 Eurocrypt Pub      ". "". " = 1 Crypto Pub". "
". "Total Pubs: $total". "
"; ?>

 
Publications = A histogram of publications by year. No distinction is made for solo papers versus co-authored papers.
Accept Rate = The conference acceptance rate for that conference in the indicated year, when available.
Program Committee = Gray box if this individual was on the program committee for the listed conference in the indicated year. A pink box indicates he/she was the chair.

Acceptance rates were taken from Lars Knudsen's Acceptance Rates page.